projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b68eddb
)
(table-yank-handler): Change defcustom to defvar.
author
Kim F. Storm
<storm@cua.dk>
Sun, 31 Jul 2005 22:33:09 +0000
(22:33 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Sun, 31 Jul 2005 22:33:09 +0000
(22:33 +0000)
lisp/textmodes/table.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/table.el
b/lisp/textmodes/table.el
index 293df6d9c523c275c70c1ea678f9b53f21be73a5..4b6e305922b09202ad00e82de66ace5c0f8967ee 100644
(file)
--- a/
lisp/textmodes/table.el
+++ b/
lisp/textmodes/table.el
@@
-843,9
+843,8
@@
simply by any key input."
:type 'hook
:group 'table-hooks)
-(defcustom table-yank-handler '(nil nil t nil)
- "*yank-handler for table."
- :group 'table)
+(defvar table-yank-handler '(nil nil t nil)
+ "Yank handler for tables.")
(setplist 'table-disable-incompatibility-warning nil)